home *** CD-ROM | disk | FTP | other *** search
- /* marshal.c 2 */
-
- static int r_string ( char *s , int n , RFILE *p );
- static int r_short ( RFILE *p );
- static long r_long ( RFILE *p );
- static long r_long64 ( RFILE *p );
- static PyObject *r_object ( RFILE *p );
- static PyObject *marshal_dump ( PyObject *self , PyObject *args );
- static PyObject *marshal_load ( PyObject *self , PyObject *args );
- static PyObject *marshal_dumps ( PyObject *self , PyObject *args );
- static PyObject *marshal_loads ( PyObject *self , PyObject *args );
-